From 6dd23b2bf02ebf03d84d947eb327a4930bb749d1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 Aug 2019 15:16:03 -0400 Subject: [PATCH] text view: Fix a typo Pointed out in https://gitlab.gnome.org/GNOME/gtk/issues/2094 --- gtk/gtktextview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index 602d507683..6d405df097 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -3522,7 +3522,7 @@ gtk_text_view_reset_cursor_blink (GtkTextView *text_view) * @text_view: a #GtkTextView * * Moves the cursor to the currently visible region of the - * buffer, it it isn’t there already. + * buffer, if it isn’t there already. * * Returns: %TRUE if the cursor had to be moved. **/ -- 2.30.2